pintobyte rngit
xous-core/services/codec/Cargo.toml main (17e4bce8) Text, 994 B
[package]
name = "codec"
version = "0.1.0"
authors = ["bunnie <bunnie@kosagi.com>"]
edition = "2018"
description = "Audio CODEC server"
# Dependency versions enforced by Cargo.lock.
[dependencies]
xous = "0.9.70"
log-server = { package = "xous-api-log", version = "0.1.69" }
ticktimer-server = { package = "xous-api-ticktimer", version = "0.9.70" }
xous-names = { package = "xous-api-names", version = "0.9.71" }
log = "0.4.14"
susres = { path = "../../api/xous-api-susres", package = "xous-api-susres" }
llio = { path = "../llio" }
trng = { path = "../trng" }
xous-ipc = "0.10.10"
num-derive = { version = "0.4.2", default-features = false }
num-traits = { version = "0.2.14", default-features = false }
rkyv = { version = "0.8.8", default-features = false, features = [
"std",
"alloc",
] }
utralib = { version = "0.1.27", optional = true, default-features = false }
[features]
precursor = ["utralib/precursor"]
hosted = ["utralib/hosted"]
renode = ["utralib/renode"]
default = []
Served by rngit 1.4.0 - Generated in 0.05s